-
Notifications
You must be signed in to change notification settings - Fork 1
Restructure gardenlinux Python package
#102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…dling Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Relates: gardenlinux/gardenlinux#2830 Signed-off-by: Tobias Wolf <[email protected]>
14b2355 to
c9a8c8f
Compare
Signed-off-by: Tobias Wolf <[email protected]>
c9a8c8f to
7dbe148
Compare
yeoldegrove
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the restructuring approach.
In general I would not take too much efforts to keep this backward compatible.
The few places where this is used can be updated easily at the moment.
Also, we have tagged releases https://github.com/gardenlinux/python-gardenlinux-lib/tags that can be consumed by anything that uses this.
7dbe148 to
58e2994
Compare
Signed-off-by: Tobias Wolf <[email protected]>
58e2994 to
b41949c
Compare
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Tobias Wolf <[email protected]>
eed9dd4 to
0a8bf98
Compare
Signed-off-by: Tobias Wolf <[email protected]>
0a8bf98 to
78a7ae2
Compare
What this PR does / why we need it:
This PR restructures
python_gardenlinux_libfrom the ground up. It:python_gardenlinux_libpackage togardenlinuxas it is a Python package anyway and does not only contain or use library functionality.